summary refs log tree commit diff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index e8c0717..aadd2db 100644
--- a/src/options.c
+++ b/src/options.c
@@ -92,7 +92,6 @@ static const char *const optnames[NOPTS] = {
 	"allexport",
 	"notify",
 	"nounset",
-	"quietprofile",
 	"nolog",
 	"debug",
 };
@@ -113,7 +112,6 @@ const char optletters[NOPTS] = {
 	'a',
 	'b',
 	'u',
-	'q',
 	0,
 	0,
 };