Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Di Maio <[email protected]>
  • Loading branch information
voetberg and rdimaio authored Jan 17, 2025
1 parent 21ef2ae commit bd30db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user/migrating_from_35_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note:

* Using `rucio-admin` or `rucio --legacy` automatically uses the old version. Old help menus are still visible with this method.
* Old commands still work - they display a warning.
* Not all commands are included in the 36 Client Release. Not all are one-to-one mapped.
* Not all commands are migrated to the new client structure. Not all included commands are one-to-one mapped.
* A warning is printed (not logged) to consoles to encourage migration, along with the closest mapped command.


Expand Down Expand Up @@ -47,7 +47,7 @@ Note:
| rucio list-account-limits | rucio account limit list |
| rucio add-rule | rucio rule add |
| rucio delete-rule | rucio rule remove |
| rucio rule-info | rucio rule info |
| rucio rule-info | rucio rule show |
| rucio list-rules | rucio rule list |
| rucio list-rules-history | rucio rule history |
| rucio update-rule | rucio rule update |
Expand Down
2 changes: 1 addition & 1 deletion docs/user/using_the_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ You can set attributes to the users:
And list these attributes:
```bash
$ rucio-admin account attribute list --account jdoe
$ rucio account attribute list --account jdoe
+---------+-------+
| Key | Value |
|---------+-------|
Expand Down

0 comments on commit bd30db9

Please sign in to comment.