aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ls.c b/ls.c
index 0b1aa6221..8b9422ec6 100644
--- a/ls.c
+++ b/ls.c
@@ -568,6 +568,8 @@ extern int ls_main(int argc, char **argv)
568 opts |= DISP_RECURSIVE; 568 opts |= DISP_RECURSIVE;
569 break; 569 break;
570#endif 570#endif
571 case 'g': /* ignore -- for ftp servers */
572 break;
571 default: 573 default:
572 goto print_usage_message; 574 goto print_usage_message;
573 } 575 }