diff --git a/cmd/gofakeroot/fakeroot.go b/cmd/nsfakeroot/fakeroot.go similarity index 93% rename from cmd/gofakeroot/fakeroot.go rename to cmd/nsfakeroot/fakeroot.go index 0189a6c..62231d5 100644 --- a/cmd/gofakeroot/fakeroot.go +++ b/cmd/nsfakeroot/fakeroot.go @@ -52,7 +52,7 @@ func main() { } func printHelp() { - fmt.Print("Fakeroot implementation written in Go.\n\n") + fmt.Print("Go implementation of fakeroot using Linux user namespaces.\n\n") fmt.Print("Usage: fakeroot [cmd] [args...]\n\n") fmt.Print("Arguments:\n") fmt.Print(" [cmd] Command to execute in fakeroot environment. If not specified, the user's login shell will be executed.\n")