diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-16 14:19:01 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-10-16 14:19:01 +0000 |
| commit | 0c01e277cfdb70007a990414ff513f212624fa27 (patch) | |
| tree | ee63bab1d49a23ecb4f8ac53e0ad94da334ed4e1 /cli | |
| parent | 1a17b22bb3cd80312dfee2e6421fd934b70dd24c (diff) | |
| download | btpd-0c01e277cfdb70007a990414ff513f212624fa27.tar.gz btpd-0c01e277cfdb70007a990414ff513f212624fa27.zip | |
Help text format change.
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/btcli.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/btcli.c b/cli/btcli.c index 1b0c2de..04822b3 100644 --- a/cli/btcli.c +++ b/cli/btcli.c @@ -122,13 +122,13 @@ usage(void) "\tShow this text or help for the specified command.\n" "\n" "Commands:\n" - "add\t-\tAdd torrents to btpd.\n" - "del\t-\tRemove torrents from btpd.\n" - "kill\t-\tShut down btpd.\n" - "list\t-\tList torrents.\n" - "start\t-\tActivate torrents.\n" - "stat\t-\tDisplay stats for active torrents.\n" - "stop\t-\tDeactivate torrents.\n" + "add\t- Add torrents to btpd.\n" + "del\t- Remove torrents from btpd.\n" + "kill\t- Shut down btpd.\n" + "list\t- List torrents.\n" + "start\t- Activate torrents.\n" + "stat\t- Display stats for active torrents.\n" + "stop\t- Deactivate torrents.\n" "\n" "Note:\n" "Torrents can be specified either with its number or its file.\n" |