Skip to content

Commit

Permalink
Put long help text in next line to look better
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Oct 15, 2019
1 parent e7a3001 commit 20ee4de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ void do_help(int argc, char *argv[]) {
printf("Options:\n");
printf(" -V,--version\n");
printf(" -h,--help\n");
printf(" -c,--config-dir=<ccnet_conf_dir>\tSet configuration directory\n");
printf(" -d,--data-dir=<seafile_data_dir>\tSet data directory\n");
printf(" --stdout\tSend logging output to standard output instead of logfile\n");
printf(" -D,--delay\tWait one second before doing anything else\n");
printf(" -P,--ping\tSend Ping to running instance of the Seafile Client, which should respond with Pong\n");
printf(" -K,--stop\tStop a running instance of the Seafile Client\n");
printf(" -X,--remove-user-data\tRemove all user configuration data\n");
printf(" -f,--open-local-file=<url>\tOpen a file from a Seafile library locally (used by \"Open via Client\" in Seahub)\n");
printf(" -c,--config-dir=<ccnet_conf_dir>\n\tSet configuration directory\n");
printf(" -d,--data-dir=<seafile_data_dir>\n\tSet data directory\n");
printf(" --stdout\n\tSend logging output to standard output instead of logfile\n");
printf(" -D,--delay\n\tWait one second before doing anything else\n");
printf(" -P,--ping\n\tSend Ping to running instance of the Seafile Client,\n\twhich should respond with Pong\n");
printf(" -K,--stop\n\tStop a running instance of the Seafile Client\n");
printf(" -X,--remove-user-data\n\tRemove all user configuration data\n");
printf(" -f,--open-local-file=<url>\n\tOpen a file from a Seafile library locally\n\t(used by \"Open via Client\" in Seahub)\n");
}

void handleCommandLineOption(int argc, char *argv[])
Expand Down

0 comments on commit 20ee4de

Please sign in to comment.