mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 18:58:57 -05:00
Removed unimplemented optarg
This commit is contained in:
parent
516ca128d9
commit
59f37eb63f
1 changed files with 1 additions and 2 deletions
|
@ -28,13 +28,12 @@ USAGE="Usage:\n\
|
|||
-b: excludes boot directory.\n\
|
||||
-c: excludes some confidential files (currently only .bash_history and connman network lists).\n\
|
||||
-e: an additional excludes directory (one dir one -e, donot use it with *).\n\
|
||||
-k: separately save current kernel modules and src (creates smaller archives and saves decompression time).\n\
|
||||
-l: excludes lost+found directory.\n\
|
||||
-q: activate quiet mode (no confirmation).\n\
|
||||
-h: display help message."
|
||||
|
||||
# reads options:
|
||||
while getopts ":e:bceklqh" flag
|
||||
while getopts ":e:bcelqh" flag
|
||||
do
|
||||
case "$flag" in
|
||||
c)
|
||||
|
|
Loading…
Reference in a new issue