mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
added help when using -h and --help arguments
Merge of master-melb:xfs-cmds:25939a by kenmcd. added help when using -h and --help arguments
This commit is contained in:
@@ -102,23 +102,27 @@ s/ .*//p
|
||||
case "$r"
|
||||
in
|
||||
|
||||
-\?) # usage
|
||||
-\? | -h | --help) # usage
|
||||
echo "Usage: $0 [options] [testlist]"'
|
||||
|
||||
common options
|
||||
-v verbose
|
||||
|
||||
check options
|
||||
-xfs test XFS
|
||||
-xfs test XFS (default)
|
||||
-udf test UDF
|
||||
-nfs test NFS
|
||||
-g group[,group...] include tests from these groups
|
||||
-l line mode diff [xdiff]
|
||||
-n show me, do not run tests
|
||||
-q quick [deprecated]
|
||||
-T output timestamps
|
||||
-x group[,group...] exclude tests from these groups
|
||||
-r randomize test order
|
||||
|
||||
testlist options
|
||||
-g group[,group...] include tests from these groups
|
||||
-x group[,group...] exclude tests from these groups
|
||||
NNN include test NNN
|
||||
NNN-NNN include test range (eg. 012-021)
|
||||
'
|
||||
exit 0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user