Linter Fix: Wording for documentation.
This commit is contained in:
parent
806b4d3a86
commit
226ce05637
@ -93,7 +93,6 @@ func addSharePointCommands(cmd *cobra.Command) *cobra.Command {
|
|||||||
utils.WebURLFN, nil,
|
utils.WebURLFN, nil,
|
||||||
"Restore data by site webURL; accepts '"+utils.Wildcard+"' to select all sites.")
|
"Restore data by site webURL; accepts '"+utils.Wildcard+"' to select all sites.")
|
||||||
|
|
||||||
// TODO: implement
|
|
||||||
fs.StringSliceVar(
|
fs.StringSliceVar(
|
||||||
&sharepointData,
|
&sharepointData,
|
||||||
utils.DataFN, nil,
|
utils.DataFN, nil,
|
||||||
@ -146,7 +145,7 @@ func addSharePointCommands(cmd *cobra.Command) *cobra.Command {
|
|||||||
fs.StringSliceVar(
|
fs.StringSliceVar(
|
||||||
&page,
|
&page,
|
||||||
utils.PageItemFN, nil,
|
utils.PageItemFN, nil,
|
||||||
"Select backup data by page name, e.g. home.aspx; accepts '"+utils.Wildcard+"' to select all pages within the site.",
|
"Select backup data by file name; accepts '"+utils.Wildcard+"' to select all pages within the site.",
|
||||||
)
|
)
|
||||||
|
|
||||||
// info flags
|
// info flags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user