From 2dbaec7255d070b8934e40e9106da4e9a955dfdd Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 9 Mar 2023 14:14:26 +0100 Subject: [PATCH] AppRun: "printf" added to printed string by mistake --- data/scripts/Linux-AppImage/AppRun | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scripts/Linux-AppImage/AppRun b/data/scripts/Linux-AppImage/AppRun index 5f1fef3f5..2933e154a 100755 --- a/data/scripts/Linux-AppImage/AppRun +++ b/data/scripts/Linux-AppImage/AppRun @@ -62,8 +62,8 @@ usage_aux() { printf "\tULTRAGRID_AUTOUPDATE: 1 - try to autoupdate; 0 - disable update advice\n" printf "\tULTRAGRID_BUNDLED_LIBVA: 1 - use bundled libva; 0 - use system libva (if available), default %d\n" $use_bundled_libva_default printf "\tULTRAGRID_USE_FIREJAIL: run the UltraGrid executable with firejail. If\n" - printf "\t the variable contains printf a profile path\n" - printf "\t (ends with '.profile'), it will be used.\n" + printf "\t the variable contains a profile path (ends with\n" + printf "\t '.profile'), it will be used.\n" printf "\n" }