Skip to content

Commit

Permalink
Merge branch 'homesitelist' of https://github.com/reshmee011/cli-micr…
Browse files Browse the repository at this point in the history
…osoft365 into homesitelist
  • Loading branch information
reshmee011 committed Nov 20, 2024
2 parents 70c06d9 + a892672 commit c90115b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/cmd/spo/homesite/homesite-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';

# spo homesite list

Lists all the Home Sites
Lists all home sites

## Usage

Expand All @@ -18,7 +18,7 @@ m365 spo homesite list [options]

## Examples

Lists all the Home Sites
List all the home sites

```sh
m365 spo homesite list
Expand Down
2 changes: 1 addition & 1 deletion src/m365/spo/commands/homesite/homesite-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SpoHomeSiteListCommand extends SpoCommand {
}

public get description(): string {
return 'Lists available Home Sites';
return 'Lists all home sites';
}

public defaultProperties(): string[] | undefined {
Expand Down

0 comments on commit c90115b

Please sign in to comment.