diff options
Diffstat (limited to 'dragon.c')
-rw-r--r-- | dragon.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -407,6 +407,8 @@ int main (int argc, char **argv) { printf(" --print-path, -p with --target, print file paths" " instead of URIs\n"); printf(" --all, -a drag all files at once\n"); + printf(" --icon-only, -i only show icons in drag-and-drop" + " windows\n"); printf(" --on-top, -T make window always-on-top\n"); printf(" --stdin, -I read input from stdin\n"); printf(" --verbose, -v be verbose\n"); |