Showing 1 changed files with 1 additions and 1 deletions
+1 -1
.fgfs/fgfs_function
... ...
@@ -221,7 +221,7 @@ function fgfs () {
221 221
                     ;;
222 222
                 --search)
223 223
                     command -v sqlite3 > /dev/null || return
224
-                    sqlite3 $FGADDON/fgaddon.db <<< "select file from setxml where file like '%$2%'"
224
+                    sqlite3 $FGADDON/fgaddon.db <<< "select printf('%s (%s): %s', file, \`/sim/flight-model\`, \`/sim/description\`) from setxml where file like '%$2%'"
225 225
                     return
226 226
                     ;;
227 227
                 --mp-list)