From fc7fbbec6f86d80d8d655e224607fc55bab31a49 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 5 Jun 2023 13:55:29 +0200 Subject: [PATCH] - --- cmd/fs/ls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fs/ls.go b/cmd/fs/ls.go index 43f0a4993..c92393c08 100644 --- a/cmd/fs/ls.go +++ b/cmd/fs/ls.go @@ -91,6 +91,6 @@ var lsCmd = &cobra.Command{ var longMode bool func init() { - lsCmd.Flags().BoolVarP(&longMode, "long", "l", false, "Displays full information including size, file type and modification time since Epoch in milliseconds.") + lsCmd.Flags().BoolVarP(&longMode, "long", "l", false, "Displays full information including size, file type and modification time since Epoch in milliseconds.") fsCmd.AddCommand(lsCmd) }