Skip to content

Commit 2cb6506

Browse files
committed
Add remark to 'stat'
Signed-off-by: Peter Verraedt <peter@verraedt.be>
1 parent ae661bc commit 2cb6506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/iron/cli/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func (a *App) stat() *cobra.Command {
136136
cmd := &cobra.Command{
137137
Use: "stat <path>",
138138
Short: "Get information about an object or collection",
139+
Long: "Get information about an object or collection. For collections, the total size of all contained data objects is shown, but this count does not include any sub-collections.",
139140
Args: cobra.ExactArgs(1),
140141
ValidArgsFunction: a.CompleteArgs,
141142
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)