Skip to content
Snippets Groups Projects
Commit d7e90984 authored by Sertonix's avatar Sertonix
Browse files

mkpkg: rename -f, --file short option to -F, --file

Preventing a conflict with the global -f, --force option.

Closes: alpine/apk-tools#10971
parent 686a9416
No related branches found
No related tags found
1 merge request!142mkpkg: rename -f, --file short option to -F, --file
Pipeline #213892 passed
......@@ -42,7 +42,7 @@ struct mkpkg_ctx {
};
#define MKPKG_OPTIONS(OPT) \
OPT(OPT_MKPKG_files, APK_OPT_ARG APK_OPT_SH("f") "files") \
OPT(OPT_MKPKG_files, APK_OPT_ARG APK_OPT_SH("F") "files") \
OPT(OPT_MKPKG_info, APK_OPT_ARG APK_OPT_SH("I") "info") \
OPT(OPT_MKPKG_output, APK_OPT_ARG APK_OPT_SH("o") "output") \
OPT(OPT_MKPKG_script, APK_OPT_ARG APK_OPT_SH("s") "script") \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment