diff options
-rwxr-xr-x | localcowbuilder-create | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/localcowbuilder-create b/localcowbuilder-create index 861433c..e6eb030 100755 --- a/localcowbuilder-create +++ b/localcowbuilder-create @@ -9,8 +9,9 @@ showhelp() { Usage: $PRG POOL [ DISTRIBUTION [ OTHERMIRROR] ] Examples: - $PRG sarge - $PRG sarge+hacks sarge 'deb http://example.com/ sarge hacks' + $PRG sid + $PRG sid+mm sid 'deb http://debian-multimedia.org/ sid main' + $PRG sid-ia32 sid --arch i386 EOF } |