From c9e6f61ce123d59c2de61fe7ce013bb5050d1424 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 23 Oct 2023 21:49:32 -0700 Subject: [PATCH] Rename cmd/gofakeroot to cmd/nsfakeroot --- cmd/{gofakeroot => nsfakeroot}/fakeroot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cmd/{gofakeroot => nsfakeroot}/fakeroot.go (93%) 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")