diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-03-14 18:44:05 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-03-14 18:44:05 +0000 |
commit | 17de03ec19a320216cd0eecdd3c1a7fd9091c702 (patch) | |
tree | eb0ae36611b1a423e2f6322e08c249a5f8992c66 /localpbuilder-create | |
parent | fa87c724f04e667f9606b46613a43ef69dd2dcf0 (diff) |
Reword to OTHERMIRROR in usage.
Diffstat (limited to 'localpbuilder-create')
-rwxr-xr-x | localpbuilder-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localpbuilder-create b/localpbuilder-create index 70de9aa..4b8ff1a 100755 --- a/localpbuilder-create +++ b/localpbuilder-create @@ -1,7 +1,7 @@ #!/bin/sh if [ $# -eq 0 ]; then - echo "Usage: $(basename $0) POOL [ DISTRIBUTION [ EXTRA_ARCHIVES ] ]" + echo "Usage: $(basename $0) POOL [ DISTRIBUTION [ OTHERMIRROR ] ]" echo "" echo "Example: $(basename $0) sarge_with_hacks sarge" exit 1 |