Skip to content

Commit

Permalink
fix: no longer tell people to configure grub when showing virtualizat…
Browse files Browse the repository at this point in the history
…ion helptext (#1042)
  • Loading branch information
HikariKnight committed Apr 28, 2024
1 parent 1376dbf commit 3457926
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ setup-virtualization ACTION="":
fi
OPTION={{ ACTION }}
if [ "$OPTION" == "help" ]; then
echo "Usage: ujust configure-grub <option>"
echo "Usage: ujust setup-virtualization <option>"
echo " <option>: Specify the quick option to skip the prompt"
echo " Use 'virt-on' to select Enable Virtualization"
echo " Use 'virt-off' to select Disable Virtualization"
Expand Down

0 comments on commit 3457926

Please sign in to comment.