aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 6bbb576..e88c813 100644
--- a/src/main.c
+++ b/src/main.c
@@ -191,12 +191,16 @@ int main(int argc, char* argv[]){
);
putchar('\n');
printf("編譯時指定的參數列表:\n"
+#ifdef NULL_DEVICE
+ " * 用於捨棄資料的裝置檔案:"
+ NULL_DEVICE
+ " (--with-null)\n"
+#endif
#ifdef PROC_PATH
" * Linux 的 proc 檔案系統路徑:"
PROC_PATH
- " (--with-proc)"
+ " (--with-proc)\n"
#endif
- "\n"
);
exit(SCTEXIT_SUCCESS);
}else if(!strcmp(&argv[i][1], "v") ||