Skip to content

Commit

Permalink
Update MANUAL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FuocomanSap authored Mar 24, 2021
1 parent 34565f0 commit e0d7034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ example:
if curseur == 1:
page = 56
if curseur == 7:
page = update()
update()

# Add a new submenu
* on the switch_menu(argument) function add 7 new entrys.
Expand All @@ -64,5 +64,5 @@ example:
###### new (sub)menus section
if (page == 56):
if curseur == 1:
page = nmapLocal()
nmapLocal()

0 comments on commit e0d7034

Please sign in to comment.