aboutsummaryrefslogtreecommitdiff
path: root/gg.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-05-29 08:37:39 +0000
committerOmar Polo <op@omarpolo.com>2024-05-29 08:37:39 +0000
commit6ff8de1f8a389dd6b0de7e442ba95ccfe2734484 (patch)
tree1b3b3aaa59b7a32098bad9d611ce220428e106f7 /gg.c
parent9f675805d0983c8b89f16cdc7b407069a7a2655f (diff)
gg: unbreak -n
Diffstat (limited to 'gg.c')
-rw-r--r--gg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg.c b/gg.c
index c162a30..21bbe36 100644
--- a/gg.c
+++ b/gg.c
@@ -389,7 +389,7 @@ main(int argc, char **argv)
setlocale(LC_CTYPE, "");
- while ((ch = getopt(argc, argv, "23C:d:H:K:NP:qT:")) != -1) {
+ while ((ch = getopt(argc, argv, "23C:d:H:K:nNP:qT:")) != -1) {
switch (ch) {
case '2':
flag2 = 1;