Skip to content

Commit 07f8714

Browse files
committed
arm: remove HELPTEXT
1 parent 4b7e204 commit 07f8714

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/rm_main.zig

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,6 @@ const logger = std.log.scoped(.arm);
1010
const janitor = @import("janitor_main.zig");
1111

1212
const VERSION = "0.0.1";
13-
const HELPTEXT =
14-
\\ arm: remove files from the index
15-
\\
16-
\\ usage:
17-
\\ \tarm [options] path
18-
\\
19-
\\ options:
20-
\\ \t-h\tprints this help and exits
21-
\\ \t-V\tprints version and exits
22-
\\ \t-f\tforcefully delete a path
23-
\\ \t(TODO support folder paths)
24-
\\ \t-r\tremove files recursively (in a folder)
25-
\\ \t-t tag\tremove a tag from a file
26-
\\ \t(does not delete the file)
27-
\\ \t-p pool_id\tremove a file from a pool
28-
\\ \t(does not delete the file)
29-
\\ \t--dry-run\tdon't edit the index database
30-
\\
31-
\\ examples:
32-
\\ arm path/to/file
33-
\\ arm -r path/to/folder
34-
\\ arm -t mytag path/to/file
35-
\\ arm -p 1234 file/in/pool
36-
;
3713

3814
const StringList = std.ArrayList([]const u8);
3915
const CoreList = std.ArrayList(Context.Hash);

0 commit comments

Comments
 (0)