config: no -p shorthand for --pid-file

It's not used by anything anyway.
This commit is contained in:
Sage Weil 2009-06-16 16:39:58 -07:00
parent d01b24973d
commit e725f38ae2

View File

@ -292,7 +292,7 @@ static struct config_option config_optionsp[] = {
OPTION(log_dir, 0, OPT_STR, "/var/log/ceph"), // if daemonize == true
OPTION(log_sym_dir, 0, OPT_STR, 0),
OPTION(log_to_stdout, 0, OPT_BOOL, true),
OPTION(pid_file, 'p', OPT_STR, 0),
OPTION(pid_file, 0, OPT_STR, 0),
OPTION(conf, 'c', OPT_STR, "/etc/ceph/ceph.conf"),
OPTION(chdir, 0, OPT_STR, "/"),
OPTION(fake_clock, 0, OPT_BOOL, false),