From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- main_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'main_test.go') diff --git a/main_test.go b/main_test.go index 39c88ccd..7e2b792e 100644 --- a/main_test.go +++ b/main_test.go @@ -6,7 +6,7 @@ import ( "flag" "testing" - "git.gensokyo.uk/security/fortify/command" + "git.gensokyo.uk/security/hakurei/command" ) func TestHelp(t *testing.T) { @@ -17,14 +17,14 @@ func TestHelp(t *testing.T) { }{ { "main", []string{}, ` -Usage: fortify [-h | --help] [-v] [--json] COMMAND [OPTIONS] +Usage: hakurei [-h | --help] [-v] [--json] COMMAND [OPTIONS] Commands: - app Launch app defined by the specified config file + app Load app from configuration file run Configure and start a permissive default sandbox - show Show the contents of an app configuration - ps List active apps and their state - version Show fortify version + show Show live or local app configuration + ps List active instances + version Display version information license Show full license text template Produce a config template help Show this help message @@ -33,7 +33,7 @@ Commands: }, { "run", []string{"run", "-h"}, ` -Usage: fortify run [-h | --help] [--dbus-config ] [--dbus-system ] [--mpris] [--dbus-log] [--id ] [-a ] [-g ] [-d ] [-u ] [--wayland] [-X] [--dbus] [--pulse] COMMAND [OPTIONS] +Usage: hakurei run [-h | --help] [--dbus-config ] [--dbus-system ] [--mpris] [--dbus-log] [--id ] [-a ] [-g ] [-d ] [-u ] [--wayland] [-X] [--dbus] [--pulse] COMMAND [OPTIONS] Flags: -X Enable direct connection to X11 -- cgit v1.3.1