From a497ca472a72db4cbe7d8d1831d7b71fe2480778 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 7 Oct 2006 13:16:27 +0000 Subject: Help text changes and make del and start take the --help option. --- cli/add.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'cli/add.c') diff --git a/cli/add.c b/cli/add.c index cc7e383..2b237df 100644 --- a/cli/add.c +++ b/cli/add.c @@ -7,19 +7,23 @@ usage_add(void) "Add torrents to btpd.\n" "\n" "Usage: add [--topdir] -d dir file\n" - " add file ...\n" "\n" "Arguments:\n" - "file ...\n" - "\tOne or more torrents to add.\n" + "file\n" + "\tThe torrent file to add.\n" "\n" "Options:\n" "-d dir\n" "\tUse the dir for content.\n" "\n" + "-n name\n" + "\tSet the name displayed for this torrent.\n" + "\n" + "--nostart, -N\n" + "\tDon't activate the torrent after adding it.\n" + "\n" "--topdir\n" "\tAppend the torrent top directory (if any) to the content path.\n" - "\tThis option cannot be used without the '-d' option.\n" "\n" ); exit(1); -- cgit 1.4.1