Skip to content

Commit 461ada2

Browse files
committed
Update 'view' command help
1 parent 99540f6 commit 461ada2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/messages.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,15 +1251,18 @@ Note: If DIR does not exist, it will be created"
12511251
12521252
#define VIEW_USAGE "Preview files in the current directory (requires fzf)\n\n\
12531253
\x1b[1mUSAGE\x1b[22m\n\
1254-
view [edit [APP]]\n\n\
1254+
view [edit [APP] | purge]\n\n\
12551255
\x1b[1mEXAMPLES\x1b[22m\n\
12561256
- Just run the previewer\n\
12571257
view (or Alt+-)\n\
1258+
Note: Select files using the TAB key.\n\
12581259
- Edit the configuration file\n\
12591260
view edit (or F7)\n\
12601261
- Edit the configuration file using vi\n\
1261-
view edit vi\n\n\
1262-
Select files using the TAB key.\n\
1262+
view edit vi\n\
1263+
- Purge the thumbnails directory(1) of dangling thumbnails\n\
1264+
view purge\n\n\
1265+
(1) $XDG_CACHE_HOME/clifm/thumbnails\n\n\
12631266
Enter 'help file-previews' for more information."
12641267
12651268
#define WRAPPERS_USAGE "c, m, and r commands are wrappers for \

0 commit comments

Comments
 (0)