From 3034f49c964995215dbf445b0b514b0f6947ac93 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 29 Jun 2023 12:40:47 +0200 Subject: [PATCH] Minor change: add comment --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 721f742..f30e590 100644 --- a/main.cpp +++ b/main.cpp @@ -98,6 +98,7 @@ int main(int argc, char *argv[]) { // -d: only update device-controller firmware // -j: only update json-files // -o: only execute opkg-commnds + // -f: force. update_psa shall always perform a 'git pull' // Process the actual command line arguments given by the user parser.process(a);