Skip to content

Commit

Permalink
plugins: (sys-stat) Add more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Feb 3, 2024
1 parent d080997 commit 696c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sys-stats/sys-stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func InitPlugin(_ *plugins.PluginInit) *plugins.Plugin {
Fn: SysStatsCommand,
FnName: "SysStatsCommand",
Name: "systemstats",
Aliases: []string{"stats"},
Aliases: []string{"stats", "stat", "sysstat"},
Description: "Provides system statistics",
}},
}
Expand Down

0 comments on commit 696c1d4

Please sign in to comment.