Skip to content

Commit 7328c89

Browse files
committed
forgot to update usage string
1 parent 17cf023 commit 7328c89

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docker2singularity.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ if [ $# == 0 ] ; then
4444
echo "OPTIONS:
4545
4646
Image Format
47-
-f: build development sandbox (folder)
48-
-w: non-production writable image (ext3)
49-
Default is squashfs (recommended)
50-
-n: provide basename for the container (default based on URI)
47+
--folder -f build development sandbox (folder)
48+
--writable -w non-production writable image (ext3)
49+
Default is squashfs (recommended)
50+
--name -n provide basename for the container (default based on URI)
51+
--mount -m provide list of custom mount points (in quotes!)
52+
--help -h show this help and exit
5153
"
5254

5355
exit 1;
@@ -78,7 +80,7 @@ while true; do
7880
image_format="sandbox"
7981
shift
8082
;;
81-
-s|--sandbox)
83+
-w|--wrtiable)
8284
shift
8385
image_format="writable"
8486
shift

0 commit comments

Comments
 (0)