this repo has no description

docs: fix usage, we allow file paths now

rockorager.dev 7ebaa5c6 b195a94a

verified
Changed files
+3 -3
docs
src
+1 -1
README.md
··· 19 19 ## Usage 20 20 21 21 ``` 22 - lsr [options] [directory] 22 + lsr [options] [path] 23 23 24 24 --help Print this message and exit 25 25 --version Print the version string
+1 -1
docs/lsr.1.scd
··· 6 6 7 7 # SYNOPSIS 8 8 9 - *lsr* [options...] [directory] 9 + *lsr* [options...] [path] 10 10 11 11 # DESCRIPTION 12 12
+1 -1
src/main.zig
··· 8 8 9 9 const usage = 10 10 \\Usage: 11 - \\ lsr [options] [directory] 11 + \\ lsr [options] [path] 12 12 \\ 13 13 \\ --help Print this message and exit 14 14 \\ --version Print the version string