diff options
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 |