diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-30 12:37:41 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-30 12:37:41 -0700 |
| commit | 5b9347c9380100ef5f44178263700309991a2766 (patch) | |
| tree | e0649ac0ed884ca9724dd8d8337a6bb19a5dc633 /weed/shell/command_fs_meta_notify.go | |
| parent | b8f3db0d4607e71e9725152d82399d1b9ce5c4a9 (diff) | |
| download | seaweedfs-5b9347c9380100ef5f44178263700309991a2766.tar.xz seaweedfs-5b9347c9380100ef5f44178263700309991a2766.zip | |
typo
Diffstat (limited to 'weed/shell/command_fs_meta_notify.go')
| -rw-r--r-- | weed/shell/command_fs_meta_notify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_meta_notify.go b/weed/shell/command_fs_meta_notify.go index 4342fa81d..5982214f9 100644 --- a/weed/shell/command_fs_meta_notify.go +++ b/weed/shell/command_fs_meta_notify.go @@ -21,7 +21,7 @@ func (c *commandFsMetaNotify) Name() string { } func (c *commandFsMetaNotify) Help() string { - return `recursively send directory and file meta data to notifiction message queue + return `recursively send directory and file meta data to notification message queue fs.meta.notify # send meta data from current directory to notification message queue |
