Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jun 11, 2024
1 parent 45ccb8d commit 19bc54c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[Features](#features)
- [How to enable bash completion](#how-to-enable-bash-completion)
- [Snapshots: backup your app and restore to a previous version](#snapshots-backup-your-app-and-restore-to-a-previous-version)
- [Rollback](#rollback)
- [Downgrade](#downgrade)
- [Convert old Type2 AppImages to Type3](#convert-old-type2-appimages-to-type3)
- [Manage local AppImages](#manage-local-appimages)
- [Sandbox using Firejail](#sandbox-using-firejail)
Expand Down Expand Up @@ -523,7 +523,7 @@ to have a list of the installed programs use the option `-f` or `files` (syntax
DESCRIPTION: Embed one or more local AppImages in the applications menu. I suggest dragging the files into the terminal to get the desired effect. Launchers are located in ~/.local/share/applications/AppImages by default.
___________________________________________________________________________

`--rollback`
`--rollback`, `downgrade`

SYNOPSIS:

Expand Down Expand Up @@ -655,11 +655,11 @@ All the snapshots are stored into an hidden `/home/$USER/.am-snapshots` folder c
</details>

------------------------------------------------------------------------
### Rollback
### Downgrade
<details>
<summary></summary>

From version 4.4 it is possible to directly select from a list of URLs the version of the app that interests you most from the main source. Use the `--rollback` option in this mode:
From version 4.4 it is possible to directly select from a list of URLs the version of the app that interests you most from the main source. Use the `--rollback` option or `downgrade` in this mode:
```
appman --rollback ${PROGRAM}
```
Expand Down Expand Up @@ -780,7 +780,7 @@ Use the `-a` option and go to the developer's site to report the problem. The ta
There can be many reasons:
- check your internet connection;
- if the app is hosted on github.com, you have probably exceeded the hourly limit of API calls;
- the referring link may have been changed, try the `--rollback` option;
- the referring link may have been changed, try the `--rollback` option or `downgrade`;
- the reference site has changed, report any changes at https://github.com/ivan-hc/AM/issues

</details>
Expand Down Expand Up @@ -889,7 +889,7 @@ NOTE, the binary is called from a script in /usr/local/bin that runs "wget" with
<summary></summary>

The reasons may be two:
- the referring link may have been changed, try the `--rollback` option;
- the referring link may have been changed, try the `--rollback` option or `downgrade`;
- the reference site has changed, report any changes at https://github.com/ivan-hc/AM/issues

</details>
Expand Down

0 comments on commit 19bc54c

Please sign in to comment.