Rename cmd/gofakeroot to cmd/nsfakeroot

This commit is contained in:
Elara 2023-10-23 21:49:32 -07:00
parent b130d64a68
commit c9e6f61ce1
1 changed files with 1 additions and 1 deletions

View File

@ -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")