./validate warning "Your local git contains modified files..."

Hello,
I’m getting this [warn] with my ./validate.php:


librenms@librenms:/opt/librenms$ ./validate.php

Component Version
LibreNMS 1.63-94-g9ac05f48b
DB Schema 2020_04_13_150500_add_last_error_fields_to_bgp_peers (164)
PHP 7.4.6
Python 3.6.9
MySQL 10.1.44-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

====================================

[OK] Composer Version: 1.10.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore


When I run ./github-remive I get this:
usage: github-remove [-h] (-d | -s | -r) [-v]
github-remove: error: one of the arguments -d/–discard -s/–save -r/–restore is required

Which flag should I use?

Thanks

./scripts/github-remove -d

Perfect, thanks!