Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 5, 2025
1 parent 767e5bb commit 29edd40
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions tests/assimilate.nt
Original file line number Diff line number Diff line change
Expand Up @@ -882,23 +882,23 @@ assimilate:
> By default all archives will listed, however you can limit the
> number shown using various command line options.
>
> Select the oldest N archives using --first=N.
> Select the youngest N archives using --last=N.
> Select the oldest N archives using ––first=N.
> Select the youngest N archives using ––last=N.
>
> Select the archives older than a given date or time using --older.
> Select the archives younger than a given date or time using --newer.
> Select the archives older than a given date or time using ––older.
> Select the archives younger than a given date or time using ––newer.
> The date may be given using a variety of formats:
>
> $ assimilate repo-list --before 2021-04-01
> $ assimilate repo-list ––before 2021-04-01
>
> or given as a relative time:
>
> $ assimilate repo-list --before 1w
> $ assimilate repo-list ––before 1w
>
> Finally you can select archives that were created within a specified
> time of the first (--newest) or last (--oldest) archive created:
> time of the first (––newest) or last (––oldest) archive created:
>
> $ assimilate repo-list --oldest 1y
> $ assimilate repo-list ––oldest 1y

albino — repo-create {{{2:
run: assimilate repo-create
Expand Down Expand Up @@ -1638,23 +1638,23 @@ assimilate:
> By default all archives will listed, however you can limit the
> number shown using various command line options.
>
> Select the oldest N archives using --first=N.
> Select the youngest N archives using --last=N.
> Select the oldest N archives using ––first=N.
> Select the youngest N archives using ––last=N.
>
> Select the archives older than a given date or time using --older.
> Select the archives younger than a given date or time using --newer.
> Select the archives older than a given date or time using ––older.
> Select the archives younger than a given date or time using ––newer.
> The date may be given using a variety of formats:
>
> $ assimilate repo-list --before 2021-04-01
> $ assimilate repo-list ––before 2021-04-01
>
> or given as a relative time:
>
> $ assimilate repo-list --before 1w
> $ assimilate repo-list ––before 1w
>
> Finally you can select archives that were created within a specified
> time of the first (--newest) or last (--oldest) archive created:
> time of the first (––newest) or last (––oldest) archive created:
>
> $ assimilate repo-list --oldest 1y
> $ assimilate repo-list ––oldest 1y

epicenter — repo-create {{{2:
run: assimilate repo-create
Expand Down

0 comments on commit 29edd40

Please sign in to comment.