GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
trm
Browse code
improved command line synopsis
master
1 parent
1ace9d3
commit
6ad50f8acfbe559c30b20aec58150e252edd3f55
tundra
authored
on 28 Oct 2016
Patch
Unified
Split
Showing
2 changed files
+1
-1
■
■
■■■
trm.rst
+1
-1
■
■
■■■
trm.sh
Ignore Space
Show notes
View
2
■
■
■■■
trm.rst
SYNOPSIS
--------
``
trm
.
sh
-
Vcdhistvx
-
g graveyard
[
file
|
dir
]
...
``
``
trm
.
sh
[-
Vcdhistvx
]
[-
g graveyard
]
file
|
dir
[...]
``
DESCRIPTION
-----------
Ignore Space
Show notes
View
2
■
■
■■■
trm.sh
{
echo
"trm.sh ${VERSION} - Copyright (c) ${COPYRIGHT} , TundraWare Inc. All Rights Reserved."
echo
"http://www.tundraware.com/Software/trm"
echo
""
echo
"Usage: trm.sh -Vcdhistvx -g graveyard [file|dir] ..."
echo
"Usage: trm.sh [-Vcdhistvx] [-g graveyard] file|dir [...]"
echo
" where,"
echo
" -V display version control commit ID"
echo
" -c copy targets to graveyard, don't remove them"
echo
" -d empty the current graveyard (permanent removal)"
Show line notes below