Skip to content

Commit 8bb6d22

Browse files
committed
update usage output
1 parent 038423b commit 8bb6d22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ SYNOPSIS
2222
fileio file1 file2 upload multiple files
2323
fileio:history output history
2424

25+
FLAGS
26+
-e, --expires 'time' (default: 2 weeks) positive integer followed by
27+
w (week), m (month) or y (year)
28+
29+
EXAMPLES
30+
ash fileio --expires 1w help.txt license.md
31+
ash fileio help.txt license.md -e 1w
32+
ash fileio --expires 1w help.txt license.md -e 1y readme.md
33+
34+
NOTES
35+
The expires/e flag is able to be added after or before the files.
36+
Which ever you pattern you choose you must be consitant with.
37+
2538
```
2639

2740
## License

0 commit comments

Comments
 (0)