Skip to content

Commit fcda742

Browse files
committed
Added '?' as a help key in duc-ui
1 parent 704476e commit fcda742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/duc/cmd-ui.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ static duc_dir *do_dir(duc_dir *dir, int depth)
230230
case 'c': opt_count ^= 1; break;
231231
case 'g': opt_graph ^= 1; break;
232232
case 'h': help(); break;
233+
case '?': help(); break;
233234
case 'n': opt_name_sort ^= 1; break;
234235

235236
case 27:

0 commit comments

Comments
 (0)